home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
autonum.arc
/
AUTO.APP
next >
Wrap
Text File
|
1986-10-24
|
528b
|
17 lines
*( ══════════════════════════════════════════ )
*( AUTO.APP AUTOMATIC NUMBERING )
*( August 28, 1986 Author: CNS )
*( This procedure requires a computed column )
*( FLAG INT where expression is (1*1) )
*( Var MAXID is the starting ID )
*( Var CNTR is used in the form )
*( ══════════════════════════════════════════ )
CLE ALL VAR
SET RULES OFF
SET ZERO ON
SET V CNTR INT
SET V MAXID INT
COMPUTE MAXID AS MAX ID# FROM TABLE1
ENTER NUMBER
RETURN